Api.GetFeatureStatus method
Gets the current state of a feature from the subsystem.
Namespace: IntervalZero.KINGSTAR.OpcUa.Api
Assembly: IntervalZero.KINGSTAR.OpcUa.Api (in IntervalZero.KINGSTAR.OpcUa.Client.dll) Version: 4.4.0.0
Syntax
public KsReturn<double> GetFeatureStatus(
KsFeature Feature
)
Public Function GetFeatureStatus(
Feature As KsFeature
) As KsReturn(Of Double)
Parameters
Feature
Type: KsFeature
Specifies which feature to check if enabled or disabled.
Return value
Returns a KsError code and a double value.
Usable EtherCAT states
ecatOffline, ecatInit, ecatBoot, ecatPreOP, ecatSafeOP, ecatOP
Examples
N/A
See also